object frmLoad: TfrmLoad Left = 192 Top = 107 ActiveControl = btnCancel BorderStyle = bsDialog Caption = 'Downloading...' ClientHeight = 32 ClientWidth = 274 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblCurrent: TLabel Left = 5 Top = 10 Width = 137 Height = 13 Caption = 'Starting download process... ' end object btnCancel: TButton Left = 195 Top = 4 Width = 75 Height = 25 Caption = 'Cancel' Default = True TabOrder = 0 OnClick = btnCancelClick end object http: THttpCli ProxyPort = '80' Agent = 'Mozilla/3.0 (compatible)' Accept = 'image/gif, image/jpeg, image/pjpeg, image/png' NoCache = False ContentTypePost = 'application/x-www-form-urlencoded' MultiThreaded = False OnDocBegin = httpDocBegin OnDocData = httpDocData OnDocEnd = httpDocEnd OnRequestDone = httpRequestDone Left = 5 Top = 83 end end